home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / cc / panel / scripts / DefineButton2_92 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  172 b   |  12 lines

  1. on(rollOut){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    tellTarget("numBounce")
  7.    {
  8.       gotoAndStop("init");
  9.    }
  10.    gotoAndPlay(15);
  11. }
  12.